runtime.persistentAlloc.off (field)
7 uses
runtime (current package)
malloc.go#L1877: off uintptr
malloc.go#L1950: persistent.off = alignUp(persistent.off, align)
malloc.go#L1951: if persistent.off+size > persistentChunkSize || persistent.base == nil {
malloc.go#L1968: persistent.off = alignUp(goarch.PtrSize, align)
malloc.go#L1970: p := persistent.base.add(persistent.off)
malloc.go#L1971: persistent.off += size
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)